home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / gblist23.zip / SETUP.TXT < prev   
Text File  |  1996-06-12  |  3KB  |  68 lines

  1.  
  2.                              The GoodBye List Door
  3.                               By -Noel Software-
  4.                       Copyright (c) 1995 Thomas J. Smith
  5.                            Quick Setup Instructions
  6.  
  7.  
  8.  -----------------------------------------------------------------------------
  9.   Here are some quick and dirty installation instructions to get you going
  10.   right away! If you are upgrading, go down to the section, "Upgrading."
  11.  -----------------------------------------------------------------------------
  12.  
  13.  
  14.   New Install
  15.  -------------
  16.   1) Make a directory to hold the program.
  17.  
  18.   2) Move (or copy) the INSTALL.BAT & FILES.ZIP files to this new directory
  19.      and run the INSTALL.BAT program.
  20.  
  21.   3) INSTALL will automatically load the GB Setup program. Make sure all of
  22.      the configuration fields are set to your likings. If not, change em! ;)
  23.  
  24.   4) Make SURE you run the "Node Setup" option in GB Setup to set up all of
  25.      your nodes. The node setup creates NODE#.CFG files used to run the
  26.      door. # will be the number of the node that each config file is for.
  27.  
  28.   5) Create your batch file(s) for running the door from your BBS. In
  29.      these/this batch file(s), you need to change to the doors home
  30.      directory, and execute GBLIST.EXE with one command line parameter, the
  31.      name of the config file for the node being loaded. The config files
  32.      are named NODE#.CFG, where # is the config files node number.
  33.  
  34.      Example batch file for node 1,
  35.                                    @ECHO OFF
  36.                                    CD\DOORS\GBLIST
  37.                                    GBLIST NODE1.CFG
  38.  
  39.      Example batch file for node 4,
  40.                                    @ECHO OFF
  41.                                    CD\DOORS\GBLIST
  42.                                    GBLIST NODE4.CFG
  43.  
  44.      Make sure the NODE#.CFG files already exist! They will not exist until
  45.      you run the "Node Setup" option in GB Setup, and save your info for
  46.      each node.
  47.  
  48.   6) If needed, setup the door in your BBS software. This door _is_
  49.      multi-node compatible, and it can be ran by more than one node at the
  50.      same time.
  51.  
  52.  -----------------------------------------------------------------------------
  53.  
  54.  
  55.   Upgrading
  56.  -----------
  57.   1) Follow the same instructions as above for the installation part. Your
  58.      current BBS's listed will NOT be overwritten, or erased.
  59.  
  60.   2) Run GB Setup and make sure everything is in order to your likings.
  61.      Remember, your current configuration _will_ be overwritten during the
  62.      installation due to the format of the GBLIST.DAT file (config data)
  63.      being changed.
  64.  
  65.   3) If you are upgrading from v1.x, then you MUST run the included
  66.      UPGRADE.EXE program after installation and setup, to convert your
  67.      BBS.DAT file to the new format used by v2.x.
  68.